home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 4
/
FM Towns Free Software Collection 4 - Disc 1.iso
/
msdos
/
cc
/
function.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
C/C++ Source or Header
|
1991-10-19
|
426 b
|
16 lines
/* ファイルの作成時刻を取得する */
unsigned long FileTime( char *FileName );
/* カレントまたはリストのディレクトリからファイルを探す */
char *FindFile( char *FileName,char *PathList );
/* パス名とファイル名を結合する */
char *JoinPath( char *path,char *FileName );
/* パスからファイルの拡張子を探す */
char *SearchExt( char *path );
/* パスからファイル名を探す */
char *SearchFile( char *path );